home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_CTRLS / LED2_1.ZIP / README.TXT < prev   
Encoding:
Text File  |  1994-03-31  |  5.3 KB  |  176 lines

  1. ----------------------------------------------------------------
  2.  
  3.                         LED2 VBX Control  
  4.  
  5.               Copyright 1994 Northeast Data Corp.
  6.  
  7.                      All Rights Reserved
  8.  
  9. ----------------------------------------------------------------
  10.  
  11.  
  12.    Release 1.0
  13.  
  14.    March 1994
  15.  
  16.  
  17. This document describes the LED2 Custom VBX Control. 
  18.  
  19.  
  20.                CONTENTS
  21.  
  22. 1. Product Description
  23. 2. Legal Information
  24. 3. Installation
  25. 4. Usage
  26. 5. Ordering Information
  27.  
  28. ----------------------------------------------------------------
  29.  
  30. 1. Product Description
  31.  
  32. The LED2 VBX Control is a Microsoft Windows DLL designed and 
  33. implemented in compliance with Microsoft standards for
  34. interfacing with Visual Basic.
  35.  
  36. The control appears to the end user as a LED Meter similar to those 
  37. used on audio/video equipment such as stereos, tuners, and amplifiers.
  38.  
  39. To the application programmer, the interface to the LED2 control is 
  40. simple.  Simply set the value property to a number and the LED2 control
  41. will turn 'on' that number of segments.  Properties also exist to set
  42. the actual number of segments as well as their spacing and width.
  43.  
  44. Being a VBX control, the programmer can add the LED2 Control to the 
  45. tool palette in Visual Basic. This allows use of the control in Visual
  46. Basic forms. Since Visual C++ supports use of VBX controls, the LED2
  47. control can also be used in the Visual C++ environment.
  48.  
  49. Use of the LED2 Control in a finished application requires the
  50. LED2 Control DLL (LED2.vbx) to be installed with the application.
  51. This is true of all custom controls written for MS Windows.
  52.  
  53. There are properties available that allow the programmer to control
  54. the behavior and appearance of the LED2 Control. The control can be
  55. set so that the light segments are displayed either horizontal or 
  56. vertical.  The LED2 control can also have it's segments light up from
  57. left to right, right to left, bottom to top or top to bottom.  The 
  58. thickness of the segments and the spacing between the segments
  59. can be set as well as any colors used in drawing the LED2 control.
  60.  
  61. All communication between the LED2 Control and the application is 
  62. performed using the standard Windows message mechanism for controls. 
  63.  
  64. -------------------------------------------------------------------
  65.  
  66. 2. Legal Information
  67.  
  68. The purchaser of the LED2 Control is allowed to use it and
  69. distribute it in applications without paying any royalty, and without
  70. printing or displaying a copyright notice for the control. This only
  71. includes distribution of the LED2 Control DLL (LED2.VBX). It does 
  72. not include distribution of documentation that comes with the LED2 
  73. Control. 
  74.  
  75. The purchaser of the LED2 Control may distribute the control DLL with
  76. applications that are networked (multiple users accessing the DLL from
  77. a file server) without paying any license fees to Northeast Data Corp.
  78.  
  79.  
  80. -------------------------------------------------------------------
  81.  
  82. 3. Installation
  83.  
  84. Create a "LED2" directory on your hard disk and copy all files from
  85. the distribution disk to the directory. These files include:
  86.  
  87.  
  88.    LED2.VBX       
  89.    FORM1.FRM       
  90.    PROJECT1.MAK       
  91.    README.TXT       
  92.    PROJECT1.EXE 
  93.  
  94. If you have downloaded the LED2_100.zip file from Compuserve, use
  95. PKUNZIP to extract the files into the directory.
  96.  
  97. Start Visual Basic or the Visual C++ App Studio applications and use
  98. the custom control installation function to install the LED2.vbx
  99. control.
  100.  
  101.  
  102. -------------------------------------------------------------------
  103.  
  104. 4. Usage
  105.  
  106.  
  107. PROPERTIES
  108. ----------
  109.  
  110.    BackColor     - Sets the background color.
  111.  
  112.    DarkColor     - Sets the color of the segments when they are off.
  113.    
  114.    Direction     - Sets the direction the segments light up. 
  115.                    0 - Normal, 1 - Reversed
  116.  
  117.    Height        - Height of control.
  118.    
  119.    HighliteColor - Sets the upper bevel color.
  120.  
  121.    InnerSpace    - Sets the number of pixels between segments.
  122.  
  123.    LEDType       - 0 - Horizontal, 1 - Vertical
  124.  
  125.    Left          - Left position.
  126.  
  127.    LightColor    - Sets the color of the segments when they are on.
  128.  
  129.    Segments      - Sets the number of segments in the meter.
  130.    
  131.    ShadowColor   - Sets the color of the lower bevel.
  132.  
  133.    SideSpace     - Sets the number of pixels before the first segment 
  134.                    is drawn.
  135.  
  136.    Thickness     - Sets how thick each segment is.
  137.  
  138.    Top           - Top of control window.
  139.  
  140.    Value         - Sets the number of segments that should be turned on.
  141.  
  142.    Visible       - Visible/Invisible attribute.
  143.  
  144.    Width         - Width of control.
  145.  
  146.    
  147. EVENTS
  148. ------
  149.  
  150.    No events are supported.
  151.  
  152.  
  153. Ordering Information
  154. --------------------
  155.  
  156. To order the commercial version of the LED2 Control, send a check to:
  157.  
  158.    Northeast Data Corp.
  159.    2117 Buffalo Rd., Suite 290
  160.    Rochester, NY  14624
  161.  
  162. The prices are:
  163.  
  164.    LED2 VBX Control (for Visual Basic and Visual C++)    - $55
  165.    
  166.    LED2 DLL Custom Control (for C)                       - $50
  167.  
  168.    Both controls                                         - $75
  169.  
  170.    Source code (includes both controls)                  - $235
  171.  
  172.  
  173. Include your phone number and Compuserve ID if applicable. In return for
  174. your check, you will get the software, a telephone number for support, and
  175. a Compuserve ID for support.
  176.